Files
2026-03-25 01:12:37 +07:00

23 lines
468 B
JSON

{
"compilerOptions": {
"allowJs": true,
"target": "es2022",
"module": "commonjs",
"esModuleInterop": true,
"rootDir": "./src/",
"outDir": "./dist/",
"strict": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"removeComments": true,
"noEmit": true
},
"exclude": [
"./dist/",
"./out/",
"./bin/",
"./demo/",
]
}