mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"files": [
|
|
"ag-grid.d.ts",
|
|
"ag-grid-tests.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typesRoot": "../"
|
|
}
|
|
} |