mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 12:03:12 +00:00
15 lines
226 B
JSON
15 lines
226 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"declaration": true
|
||
|
},
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": [
|
||
|
"../Tone/**/*.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"../node_modules",
|
||
|
"../Tone/**/*.test.ts",
|
||
|
"../test/**/*.ts"
|
||
|
]
|
||
|
}
|