13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"removeComments": true,
|
|
"stripInternal": true,
|
|
"declaration": true,
|
|
"declarationDir": "./src/"
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
} |