13 行
245 B
JSON
13 行
245 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es2016",
|
||
|
|
"module": "commonjs",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"outDir": "dist"
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|