mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-14 02:20:57 +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
|
|
}
|
|
}
|