interlinked/tsconfig.json

14 lines
223 B
JSON
Raw Normal View History

2022-03-07 15:33:44 +00:00
{
"compilerOptions": {
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "build",
"strict": true,
"target": "ESNext"
},
"include": [
"source/**/*.ts"
]
}