primrose-tween
Version:
Small Tweening Library.
24 lines (18 loc) • 503 B
JSON
{
"compilerOptions": {
"target": "ES5",
"rootDir": "./src",
"lib": ["ES5", "ES6", "DOM"],
"allowJs": false,
"sourceMap": false,
"outDir": "./dist",
"removeComments": true,
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}