hyperpop.js/tsconfig.json

21 lines
355 B
JSON
Raw Permalink Normal View History

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