2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/browser-tests/tsconfig.json

15 lines
283 B
JSON
Raw Normal View History

2020-04-28 09:47:35 +00:00
{
"compilerOptions": {
"rootDir": "./tests",
"outDir": "./lib",
"target": "ES2019",
"module": "ESNext",
"declaration": false,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}