mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-26 17:30:52 +01:00
14 lines
268 B
JSON
14 lines
268 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"lib": ["es6"],
|
||
|
"allowJs": true,
|
||
|
"outDir": "dist",
|
||
|
"rootDir": "src",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|