2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-04 18:23:17 +00:00
iconify/iconify-icon-demo/vue-demo/tsconfig.json
2024-11-01 18:24:52 +02:00

15 lines
279 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"declaration": false,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
},
"include": ["./src"]
}