site/tsconfig.json

11 lines
214 B
JSON
Raw Normal View History

2024-03-05 05:21:41 +00:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"allowJs": true
},
2024-03-08 02:49:59 +00:00
"include": ["./js/**/*", "./src/scss/**/*.scss"]
2024-03-05 05:21:41 +00:00
}