mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "./.tmp",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"module": "es2015",
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "es2015"],
|
|
|
|
// TODO will be removed in TS 5.5
|
|
"ignoreDeprecations": "5.0",
|
|
"importsNotUsedAsValues": "error"
|
|
},
|
|
"exclude": ["node_modules", "examples"]
|
|
}
|