hyperpop.js/tsconfig.json
2021-11-15 19:09:46 -03:00

23 lines
380 B
JSON

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