12 lines
285 B
JSON
12 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build/util",
|
|
"noImplicitAny": false,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./src/util"]
|
|
}
|