11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"removeComments": false,
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"sourceMap": true
|
|
}
|
|
}
|