12 lines
243 B
JSON
12 lines
243 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"include": ["ts-lib/**/*"],
|
||
|
"exclude": ["node_modules", "test/**/*.ts"]
|
||
|
}
|