behavior-eden-coco-plugin/tsconfig.json

16 lines
348 B
JSON
Raw Normal View History

2023-09-20 17:32:11 +00:00
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"experimentalDecorators": true
}
}