mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
15 lines
No EOL
213 B
JSON
15 lines
No EOL
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"Tone/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"Tone/**/*.test.ts",
|
|
"test/**/*.ts"
|
|
]
|
|
} |