game-freddies-adventure/tsconfig.json
2023-10-12 16:29:13 +01:00

9 lines
185 B
JSON

{
"compilerOptions": {
"target": "ES5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}