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