14 lines
290 B
JSON
14 lines
290 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "../built",
|
||
|
"module": "commonjs",
|
||
|
"rootDir": ".",
|
||
|
"newLine": "LF",
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|