hyperpop.js/tsconfig.json
2021-09-22 21:17:48 -03:00

20 lines
355 B
JSON

{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"target": "ES2015",
"module": "es6",
"moduleResolution": "node",
"outDir": "./build",
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}