napi-rs/cli/tsconfig.json
forehal a781a4f27e feat(cli): brand new cli tool with both cli and programmatical usage (#1492)
BREAKING CHANGE: requires node >= 16 and some cli options have been renamed
2023-04-06 11:04:53 +08:00

16 lines
346 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "nodenext",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"rootDir": "./src",
"baseUrl": ".",
"outDir": "dist",
"allowJs": false
},
"include": ["./src"]
}