12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"outDir": "./build",
|
|
"strict": true,
|
|
"lib": ["es2017"],
|
|
"sourceMap": true
|
|
}
|
|
}
|