CpuHigherLower/tsconfig.json

10 lines
173 B
JSON
Raw Normal View History

2023-04-21 22:41:22 +02:00
{
"compilerOptions": {
"outDir": "./js",
"allowJs": true,
"target": "ES2017",
"lib": ["es2018", "dom"],
},
"include": ["./src/**/*"]
}