18 lines
487 B
JSON
18 lines
487 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"incremental": true,
|
|
"outDir": "build/debug"
|
|
},
|
|
"watchOptions": {
|
|
"watchFile": "useFsEvents",
|
|
"watchDirectory": "useFsEvents",
|
|
"fallbackPolling": "dynamicPriority",
|
|
"synchronousWatchDirectory": true,
|
|
"excludeDirectories": ["**/node_modules", "build"]
|
|
}
|
|
}
|