21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["dom", "ESNext", "DOM.Iterable"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
"rootDir": "src",
|
|
"skipLibCheck": true,
|
|
"target": "ESNext"
|
|
}
|
|
}
|