15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2017",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "bundler",
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"inlineSourceMap": true
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|