pxt-ev3/libs/music/tsconfig.json

10 lines
185 B
JSON
Raw Permalink Normal View History

2017-07-11 16:44:35 +02:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}