js-rln/tsconfig.dev.json
2024-02-17 00:29:57 +01:00

8 lines
135 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true
}
}