17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"module": "Preserve",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2020",
|
|
"outDir": "./dist",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|