mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
22 lines
No EOL
480 B
JSON
22 lines
No EOL
480 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"noImplicitAny": false,
|
|
"importHelpers": true,
|
|
"noUnusedLocals": false,
|
|
"removeComments": false,
|
|
"outDir": "./build/esm",
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"strictPropertyInitialization" : true,
|
|
"downlevelIteration" : true,
|
|
"lib": ["es6", "dom", "es2015"],
|
|
"baseUrl": "./"
|
|
},
|
|
"include": [
|
|
"Tone/**/*.ts", "test/**/*.ts"
|
|
]
|
|
} |