12 lines
205 B
JSON
12 lines
205 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"public"
|
||
|
]
|
||
|
}
|