apple_cursor/bitmapper/tsconfig.json
2021-02-03 17:32:50 +05:30

12 lines
249 B
JSON

{
"compilerOptions": {
"strict": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"esModuleInterop": true,
"target": "ES2015",
"module": "commonjs",
"lib": ["es2015", "dom"],
"noUnusedParameters": true
}
}