mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-16 03:21:01 +01:00
14 lines
278 B
JSON
14 lines
278 B
JSON
|
{
|
||
|
"compileOnSave": true,
|
||
|
"include": ["./src/*"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./build",
|
||
|
"importHelpers": true,
|
||
|
"target": "ES2017",
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"allowJs": true
|
||
|
}
|
||
|
}
|