20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"inlineSourceMap": true,
|
|
"lib": ["ESNext", "DOM"],
|
|
"module": "ES6",
|
|
"moduleResolution": "Node",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
}
|
|
}
|