You've already forked Binary-Light-Box
mirror of
https://github.com/MrLyallCSIT/Binary-Light-Box.git
synced 2026-01-17 22:29:36 +00:00
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"outDir": "built",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["pxt_modules/**/*test.ts"]
|
|
}
|