2021-09-13 17:49:01 +07:00
|
|
|
{
|
2021-09-14 09:06:03 +07:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"lib": ["ES2015"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"experimentalDecorators": true
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules"]
|
|
|
|
}
|