9 lines
214 B
JSON
9 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"rootDir": "resources/assets/typescript"
|
|
}
|
|
}
|