2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-15 20:18:24 +00:00
Tone.js/scripts/tsconfig.build.json

16 lines
253 B
JSON
Raw Normal View History

2019-10-22 18:13:13 -04:00
{
"compilerOptions": {
"sourceMap": true,
2019-10-31 15:43:16 -04:00
"declaration": true,
"noUnusedLocals": true,
2019-10-22 18:13:13 -04:00
},
"extends": "../tsconfig.json",
"include": [
"../Tone/**/*.ts"
],
"exclude": [
"../node_modules",
"../Tone/**/*.test.ts",
"../test/**/*.ts"
]
}