10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"outDir": "built",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["pxt_modules/**/*test.ts"]
|
|
}
|