2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 22:18:24 +00:00
iconify/components/svelte/tsconfig.tests.json

19 lines
437 B
JSON
Raw Normal View History

{
"include": ["tests/**/*", "tests/**/*.svelte"],
"exclude": ["src/*", ".eslintrc.js"],
"compilerOptions": {
"rootDir": "./tests",
"target": "esnext",
"module": "esnext",
"declaration": true,
"sourceMap": false,
"strict": true,
"types": ["node", "svelte"],
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
}
}