js-noise/tsconfig.dev.json
2022-11-13 09:39:26 -04:00

9 lines
118 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "esnext",
"noEmit": true
},
"exclude": []
}