trianta.dev/tsconfig.json
2024-08-27 23:28:36 -05:00

9 lines
126 B
JSON

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