trianta.dev/tsconfig.json
2024-08-27 23:29:51 -05:00

9 lines
126 B
JSON

{
"compilerOptions": {
"outDir": "./build",
"allowJs": true,
"target": "es5"
},
"include": ["./src/**/*"]
}