2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 08:49:02 +00:00
iconify/components-demo/vue-demo/tsconfig.json
2022-05-12 22:39:56 +03:00

15 lines
281 B
JSON

{
"compilerOptions": {
"rootDir": "./lib",
"outDir": "./src",
"target": "ESNext",
"module": "ESNext",
"declaration": false,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}