trianta.dev/tsconfig.json

9 lines
126 B
JSON
Raw Permalink Normal View History

2024-08-27 23:28:36 -05:00
{
"compilerOptions": {
2024-08-27 23:29:51 -05:00
"outDir": "./build",
2024-08-27 23:28:36 -05:00
"allowJs": true,
"target": "es5"
},
"include": ["./src/**/*"]
}