Tone.js/scripts/tsconfig.build.json

15 lines
226 B
JSON
Raw Normal View History

2019-10-22 22:13:13 +00:00
{
"compilerOptions": {
"sourceMap": true,
"declaration": true
},
"extends": "../tsconfig.json",
"include": [
"../Tone/**/*.ts"
],
"exclude": [
"../node_modules",
"../Tone/**/*.test.ts",
"../test/**/*.ts"
]
}