rsnext/test/tsconfig.json
2020-01-21 15:29:39 -06:00

10 lines
165 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es6",
"allowJs": true,
"baseUrl": "./lib",
"noEmit": true
},
"include": ["./**/*"]
}