forked from MapComplete/MapComplete
Configuration with more or less working scripts
This commit is contained in:
parent
3c345f43a3
commit
60583aa658
3 changed files with 10 additions and 2 deletions
|
@ -15,5 +15,14 @@
|
|||
// "noImplicitReturns": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"target": "ES5",
|
||||
"module": "CommonJS"
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "test", "scripts"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue