9 lines
141 B
JSON
9 lines
141 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"noImplicitAny": true,
|
||
|
"outDir": "built",
|
||
|
"rootDir": "."
|
||
|
}
|
||
|
}
|