ccc-tnt-psd2ui/ccc-tnt-psd2ui-v3.4.+/tsconfig.json

15 lines
371 B
JSON
Raw Normal View History

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