mirror of
https://github.com/WowUp/WowUp.git
synced 2026-07-30 14:57:12 -04:00
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"lib": ["DOM", "ES2021"],
|
|
"baseUrl": "./src",
|
|
"incremental": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["src/"],
|
|
"exclude": ["!src/", "**/__tests__/*"]
|
|
}
|