tsfun/tsconfig.json
2022-07-14 21:01:20 +02:00

10 lines
169 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "es6",
"noEmit": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["test/fail"]
}