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