interlinked/tsconfig.json

14 lines
223 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "build",
"strict": true,
"target": "ESNext"
},
"include": [
"source/**/*.ts"
]
}