2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 08:49:02 +00:00
iconify/components/ember/tsconfig.json
2022-06-19 21:52:07 +03:00

19 lines
403 B
JSON

{
"include": ["src", "app"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"target": "ES2019",
"module": "ESNext",
"declaration": true,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"skipLibCheck": true
}
}