Files
bpsets/tsconfig.json
Minhyeok Park 32dc5eb667
Some checks failed
/ deploy_site (push) Has been cancelled
feat: add build system
2024-12-30 14:40:09 +09:00

15 lines
325 B
JSON

{
"compilerOptions": {
"target": "ES2016",
"module": "CommonJS",
"outDir": "./build",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"experimentalDecorators": true
},
"include": ["src/**/*"],
"exclude": ["node_modules/**/*"]
}