You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
475 B
21 lines
475 B
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "ES2016",
|
|
"noImplicitAny": true,
|
|
"sourceMap": false,
|
|
"importHelpers": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"skipLibCheck": true,
|
|
"sourceRoot": ".",
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|