18 lines
441 B
JSON
Raw Permalink Normal View History

2023-02-22 09:50:51 +08:00
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"experimentalDecorators": true
},
"exclude": [
"./pipeline"
]
}