13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "none",
|
|
"noEmitOnError": true,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noImplicitUseStrict": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [ "node_modules", "dist" ]
|
|
} |