17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["./tools/**/*"]
|
|
}
|