14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": ["es2017", "dom"],
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitReturns": true,
|
|
"pretty": true,
|
|
"strict": true
|
|
}
|
|
}
|