mirror of
https://github.com/cheney2013/UIState.git
synced 2024-12-26 11:49:05 +00:00
14 lines
356 B
JSON
14 lines
356 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2017",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true,
|
||
|
}
|
||
|
}
|