game-freddies-adventure/tsconfig.json

10 lines
185 B
JSON
Raw Normal View History

2023-10-12 11:29:13 -04:00
{
"compilerOptions": {
"target": "ES5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}