Tone.js/tsconfig.build.json

15 lines
213 B
JSON
Raw Normal View History

2019-06-21 18:09:39 +00:00
{
2019-07-11 04:21:20 +00:00
"compilerOptions": {
"sourceMap": true,
"declaration": true
},
2019-06-24 17:26:03 +00:00
"extends": "./tsconfig.json",
"include": [
"Tone/**/*.ts"
],
2019-06-21 18:09:39 +00:00
"exclude": [
"node_modules",
"Tone/**/*.test.ts",
"test/**/*.ts"
]
}