mirror of
https://github.com/codeninjasuk/game-freddies-adventure.git
synced 2024-11-25 00:48:02 -05:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"noImplicitAny": true,
|
|
"outDir": "built",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["pxt_modules/**/*test.ts"]
|
|
}
|