hyperpop.js/tsconfig.json

20 lines
320 B
JSON
Raw Normal View History

2021-09-22 22:32:17 +00:00
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"target": "es5",
"module": "es6",
"outDir": "./build",
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}