mirror of
https://github.com/Noratrieb/tsfun.git
synced 2026-01-14 08:35:04 +01:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "es6",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["test/fail"]
|
|
}
|