15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"outDir": "../build",
|
|
"rootDir": "../",
|
|
"noEmitOnError": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
}
|
|
}
|