hyperpop.js/tsconfig.json

23 lines
380 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
2021-11-15 21:59:07 +00:00
"outDir": "./dist",
2021-09-22 22:32:17 +00:00
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
2021-11-15 21:59:07 +00:00
"declaration": true,
2021-09-22 22:32:17 +00:00
"skipLibCheck": true
}
}