initial transfer
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "nodenext",
|
||||
"lib": ["ES2020"],
|
||||
"moduleResolution": "nodenext",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitAny": false,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"paths": {
|
||||
"@bitstack/nopy": ["./packages/nopy/src"],
|
||||
"@bitstack/keyman": ["./packages/keyman/src"]
|
||||
}
|
||||
},
|
||||
"ts-node": {
|
||||
"experimentalSpecifierResolution": "node",
|
||||
"transpileOnly": true,
|
||||
"esm": true
|
||||
},
|
||||
"exclude": ["coverage", "node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user